public interface CiscoRTPHandle
CiscoRTPHandle
object to get a call reference with
CiscoProvider.getCall(CiscoRTPHandle). This object gets returned in
CiscoMediaCallOpenLogicalChannelEv. Pass this handle in the setRTPParams parameter of
CiscoMediaTerminal or CiscoRouteTerminal, depending on where the
CiscoMediaCallOpenLogicalChannelEv event gets received.
If no call observer was added, or there was no call observer added at the time CiscoMediaCallOpen LogicalChannelEv got sent, CiscoProvider.getCall(CiscoRTPHandle) may return null.
Modifier and Type | Method and Description |
---|---|
int |
getHandle()
Returns the Cisco Unified Communications Manager CallLeg ID of the call, in integer format.
|